home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / sco / paths.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  373b  |  15 lines

  1. #ifndef _PATHS_
  2. #define    _PATHS_
  3.  
  4. #define    _PATH_LOGIN    "/bin/login"
  5. #define    _PATH_BSHELL    "/bin/sh"
  6. #define    _PATH_CONSOLE    "/dev/console"
  7. #define    _PATH_DEV    "/dev/"
  8. #define    _PATH_DEVNULL    "/dev/null"
  9. #define    _PATH_NOLOGIN    "/etc/nologin"
  10. #define    _PATH_TMP    "/tmp/"
  11. #define    _PATH_TTY    "/dev/tty"
  12. #define _PATH_ISSUE    "/etc/issue"
  13. #define    _PATH_GETTY    "/etc/getty"
  14. #endif /* _PATHS_ */
  15.